home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / controls / IFlexContextMenu.as < prev    next >
Text File  |  2009-02-12  |  283b  |  14 lines

  1. package mx.controls
  2. {
  3.    import flash.display.InteractiveObject;
  4.    
  5.    public interface IFlexContextMenu
  6.    {
  7.        
  8.       
  9.       function setContextMenu(param1:InteractiveObject) : void;
  10.       
  11.       function unsetContextMenu(param1:InteractiveObject) : void;
  12.    }
  13. }
  14.